home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / kernels / master / etc / rc_d / rc_inet1 next >
Encoding:
Text File  |  1993-07-23  |  229 b   |  13 lines

  1. #! /bin/sh
  2. #
  3. # rc.inet1    This shell script boots up the base INET system.
  4. #
  5. # Version:    @(#)/etc/rc.d/rc.inet1    1.01    05/27/93
  6. #
  7.  
  8. HOSTNAME=`hostname`
  9.  
  10. # Attach the loopback device.
  11. /etc/ifconfig lo 127.0.0.1
  12. /etc/route add 127.0.0.1
  13.